Revert "Merge pull request #83 from tkf/empty-triple-quote"
author=?UTF-8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= <fgallina@cuca>
Thu, 17 May 2012 03:03:45 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fabian@anue.biz>
Thu, 17 May 2012 03:03:45 +0000 (00:03 -0300)
commit49e26be62428718ed6d596bb37d96289686fe2f0
treea408e3652107eb807fa4f02c07802a54f0b0f969
parentc1e993f70f6308cfa1f4b45d881d4c970b2c5177
Revert "Merge pull request #83 from tkf/empty-triple-quote"

This reverts commit f4d086427343eb0b8bc91355388d2437c568b1f6, reversing
changes made to 8f697fd2ef23a9e1d9a06ac8ca419d76ccedb27d.

While the fix worked with empty triple quoted strings it broke simpler cases
like these:

    """
    def someting(a, b, c):
        "
    """

    or

    '''
    def someting(a, b, c):
        '
    '''

Another approach is needed for giving triple quoted string the correct syntax.
lisp/progmodes/python.el